script "P1 99 lives"
  poke $100377 99

script "P1 invulnerability" always
  poke $100485 2

script "999 ammo"
  dpoke $1004c2 999

script "P1 invuln tank" always
  poke $1005c5 2

script "P1 select weapon"
  poke $1004d1 alert("select weapon (ESC for normal gun)|Shotgun|Flamer|Rocket launcher|Machine gun")
  dpoke $1004c2 999


script "set game timer to 99"
  poke $106e93 99

